[INFO] fetching crate nym-http-api-client-macro 1.21.1...
[INFO] fixing nym-http-api-client-macro-1.21.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate nym-http-api-client-macro 1.21.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate nym-http-api-client-macro 1.21.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate nym-http-api-client-macro 1.21.1
[INFO] tweaked toml for crates.io crate nym-http-api-client-macro 1.21.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nym-http-api-client-macro 1.21.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nym-http-api-client-macro 1.21.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1da9c301d8230c49716d0d29dda805b540e4815e9f69986d73ffa31f92426eff
[INFO] running `Command { std: "docker" "start" "1da9c301d8230c49716d0d29dda805b540e4815e9f69986d73ffa31f92426eff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1da9c301d8230c49716d0d29dda805b540e4815e9f69986d73ffa31f92426eff" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1da9c301d8230c49716d0d29dda805b540e4815e9f69986d73ffa31f92426eff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1da9c301d8230c49716d0d29dda805b540e4815e9f69986d73ffa31f92426eff" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling nym-http-api-client-macro v1.21.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking uuid v1.23.2
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking proc-macro-crate v3.5.0
[INFO] [stdout] error[E0433]: cannot find `nym_http_api_client` in the crate root
[INFO] [stdout]   --> tests/macro_tests.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |       let _config = client_cfg!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 14 | |         timeout = Duration::from_secs(30),
[INFO] [stdout] 15 | |         default_headers {
[INFO] [stdout] 16 | |             "User-Agent" => "TestApp/1.0",
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     );
[INFO] [stdout]    | |_____^ could not find `nym_http_api_client` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `client_cfg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `nym_http_api_client` in the crate root
[INFO] [stdout]   --> tests/macro_tests.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     client_defaults!(brotli = true, zstd = true);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `nym_http_api_client` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `client_defaults` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `nym_http_api_client` in the crate root
[INFO] [stdout]   --> tests/macro_tests.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | /     client_defaults!(
[INFO] [stdout] 36 | |         priority = -100;
[INFO] [stdout] 37 | |         gzip = true,
[INFO] [stdout] 38 | |         deflate = true
[INFO] [stdout] 39 | |     );
[INFO] [stdout]    | |_____^ could not find `nym_http_api_client` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `client_defaults` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `nym_http_api_client` in the crate root
[INFO] [stdout]  --> tests/macro_tests.rs:7:19
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let _config = client_cfg!(timeout = Duration::from_secs(30), gzip = true);
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `nym_http_api_client` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `client_cfg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `nym_http_api_client` in the crate root
[INFO] [stdout]   --> tests/macro_tests.rs:25:19
[INFO] [stdout]    |
[INFO] [stdout] 25 |       let _config = client_cfg!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 26 | |         pool_max_idle_per_host = 32,
[INFO] [stdout] 27 | |         tcp_nodelay = true,
[INFO] [stdout] 28 | |         danger_accept_invalid_certs = true
[INFO] [stdout] 29 | |     );
[INFO] [stdout]    | |_____^ could not find `nym_http_api_client` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `client_cfg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `nym_http_api_client` in the crate root
[INFO] [stdout]   --> tests/macro_tests.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let _config = client_cfg!();
[INFO] [stdout]    |                   ^^^^^^^^^^^^^ could not find `nym_http_api_client` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `client_cfg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `nym_http_api_client` in the crate root
[INFO] [stdout]   --> tests/macro_tests.rs:57:18
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let config = client_cfg!(gzip = true);
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `nym_http_api_client` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `client_cfg` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reqwest` in this scope
[INFO] [stdout]   --> tests/macro_tests.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let builder = reqwest::ClientBuilder::new();
[INFO] [stdout]    |                   ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nym-http-api-client-macro` (test "macro_tests") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "1da9c301d8230c49716d0d29dda805b540e4815e9f69986d73ffa31f92426eff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1da9c301d8230c49716d0d29dda805b540e4815e9f69986d73ffa31f92426eff", kill_on_drop: false }`
[INFO] [stdout] 1da9c301d8230c49716d0d29dda805b540e4815e9f69986d73ffa31f92426eff
